OpenRoads Designer CONNECT Edition SDK Help

CreateByEndPointRadiusEndDirectionSweepAngleRotationDirection Method

Constructs a circular arc element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  CircularArc CreateByEndPointRadiusEndDirectionSweepAngleRotationDirection( DPoint3d endPoint,double radius,double endDirection,double sweepAngle, Hand hand)

Parameters

SettingDescription
  DPoint3d End point of the circle
   Radius of the circle
   End direction of the arc
   Sweep angle of the arc
  Hand Hand of the circle

Return Value

CircularArc A circular arc element

See Also